home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / desktop / nodsk301.lzh / DESK.NDS next >
Text File  |  1994-08-30  |  319b  |  17 lines

  1. set cnfdir = "CNF\"$screenw"x"$screenh"."$ncolors
  2.  
  3. if (! -e "~\"$cnfdir) then
  4.     if ($ncolors >= 16) then
  5.         cp -Rn ~\CNF\640x480.16 "~\"$cnfdir
  6.     else
  7.         cp -Rn ~\CNF\640x400.2 "~\"$cnfdir
  8.     endif
  9. endif
  10. set deskfile = $cnfdir"\DESK.NDS"
  11. set initfile = $cnfdir"\INIT.NDS"
  12.  
  13. unset cnfdir
  14.  
  15. cd ~
  16. source $deskfile
  17.